Interface CDPAddressPacket

All Superinterfaces:
IPCData, Pdu, Signal
All Known Implementing Classes:
CDPAddressPacketImpl

public interface CDPAddressPacket extends Pdu
  • Method Details

    • getCdpProtocolType

      Byte getCdpProtocolType()
      Returns:
      Byte Returns a Byte
    • setCdpProtocolType

      void setCdpProtocolType(Byte cdpProtocolType)
      Parameters:
      cdpProtocolType - Takes in a parameter of cdpProtocolType
    • getCdpProtocolLength

      Byte getCdpProtocolLength()
      Returns:
      Byte Returns a Byte
    • setCdpProtocolLength

      void setCdpProtocolLength(Byte cdpProtocolLength)
      Parameters:
      cdpProtocolLength - Takes in a parameter of cdpProtocolLength
    • getCdpProtocol

      Byte getCdpProtocol()
      Returns:
      Byte Returns a Byte
    • setCdpProtocol

      void setCdpProtocol(Byte cdpProtocol)
      Parameters:
      cdpProtocol - Takes in a parameter of cdpProtocol
    • getCdpAddressLength

      Short getCdpAddressLength()
      Returns:
      Short Returns a Short
    • setCdpAddressLength

      void setCdpAddressLength(Short cdpAddressLength)
      Parameters:
      cdpAddressLength - Takes in a parameter of cdpAddressLength
    • getCdpAddress

      String getCdpAddress()
      Returns:
      String Returns a String
    • setCdpAddress

      void setCdpAddress(String cdpAddress)
      Parameters:
      cdpAddress - Takes in a parameter of cdpAddress